home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Gamer UK 113 / CD Gamer Issue 113 (September 2002) (Disc 1).ISO / net.dxr / 00129_readme 1.ls < prev    next >
Encoding:
Text File  |  2002-07-18  |  340 b   |  15 lines

  1. on mouseEnter me
  2.   set the member of sprite the currentSpriteNum to member("readmehigh")
  3.   cursor(280)
  4.   sound(1).play(member("rollover6"))
  5. end
  6.  
  7. on mouseLeave me
  8.   set the member of sprite the currentSpriteNum to member("readme")
  9.   cursor(-1)
  10. end
  11.  
  12. on mouseUp
  13.   open(the moviePath & "\addons\halflife\readme", "hd:\windows\notepad.exe")
  14. end
  15.